Skip to content

NET_SDK_SetSubscribCallBack_V2

Interface Definition

1
2
3
BOOL NET_SDK_SetSubscribCallBack_V2(
    SUBSCRIBE_CALLBACK_V2 fSubscribCallBack,
    void* pUser);
1
2
3
public static extern bool NET_SDK_SetSubscribCallBack_V2(
    SUBSCRIBE_CALLBACK_V2 fSubscribCallBack,
    IntPtr pUser);

Function Description

Set up intelligent analysis event reporting callback V2 to adapt to multi-purpose IPC.

Parameter Description

Parameters Type Remark
fSubscribCallBackin SUBSCRIBE_CALLBACK_V2 Callback function.
pUserin void* User-defined parameters.

Return Value

  • Type:BOOL

  • Remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code